NewRowAtTop Property (FlexGridBase<T>)
In This Topic
Gets or sets a value that indicates whether the new row template should be located at the top of the grid or at the bottom.
Syntax
'Declaration
<JsonAttribute(2)>
Public Overridable Property NewRowAtTop As System.Boolean
'Usage
Dim instance As FlexGridBase(Of T)
Dim value As System.Boolean
instance.NewRowAtTop = value
value = instance.NewRowAtTop
[Json(2)]
public virtual System.bool NewRowAtTop {get; set;}
public read-write property NewRowAtTop: System.Boolean; virtual;
JsonAttribute(2)
public function get,set NewRowAtTop : System.boolean
[Json(2)]
public: __property virtual System.bool get_NewRowAtTop();
public: __property virtual void set_NewRowAtTop(
System.bool value
);
[Json(2)]
public:
virtual property System.bool NewRowAtTop {
System.bool get();
void set ( System.bool value);
}
See Also